DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / DependencyObjectCollection<T> Class / SetItem Method
The zero-based index of the element to replace.
The new value for the element at the specified index.

In This Topic
    SetItem Method (DependencyObjectCollection<T>)
    In This Topic
    Replaces the element at the specified index.
    Syntax
    'Declaration
     
    Protected Overrides Sub SetItem( _
       ByVal index As Integer, _
       ByVal item As T _
    ) 
    protected override void SetItem( 
       int index,
       T item
    )

    Parameters

    index
    The zero-based index of the element to replace.
    item
    The new value for the element at the specified index.
    See Also